home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / games / wlfmap.zip / WOLFMAP.DOC next >
Text File  |  1992-05-18  |  788b  |  27 lines

  1.  
  2. WOLFMAP v1.0 by David Lummis.
  3.  
  4. This program generates maps for Wolfenstein 3D mission 1.
  5. It looks in the current directory for the files MAPHEAD.WL1 and MAPTEMP.WL1.
  6.  
  7. Output files are named WOLF1L<mm>.MAP, where <mm> is the level number.
  8.  
  9. Syntax:  WOLFMAP [ option[ ...]]
  10.  
  11. Valid options:
  12.  
  13.    /L<n>  Level number (1-10 or * for all) (default=1).
  14.  
  15.    /ET    Display enemy by type of enemy.
  16.    /EL    Display enemy by skill level of appearance (default).
  17.    /E-    Suppress display of enemies.
  18.  
  19.    /O1    Display all objects.
  20.    /O2    Display non-trivial objects only (default).
  21.    /O-    Suppress all objects.
  22.  
  23.    /F<n>  ASCII value for floors (default= 32 --  ).
  24.    /W<n>  ASCII value for walls  (default=176 -- ░).
  25.  
  26.    /?     Display this help screen.
  27.